home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / macera.swf / scripts / DefineButton2_158 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-03-26  |  241 b   |  9 lines

  1. on(release){
  2.    _root.gotoAndStop("main");
  3.    levelcomplete._visible = false;
  4.    moveLayer.hero.x = moveLayer.hero.startx;
  5.    moveLayer.hero.y = moveLayer.hero.starty;
  6.    moveLayer.hero._visible = true;
  7.    _root.showcoins = "yes";
  8. }
  9.